Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building of loadtest apps with locally installed dependencies #799

Merged
merged 33 commits into from
Nov 12, 2023

Conversation

MarkCallow
Copy link
Collaborator

@MarkCallow MarkCallow commented Nov 12, 2023

to allow building on Windows arm64 without adding more binaries to other_lib.

  • Rationalize include file search directories for appfwSDL, GLAppSDL and
    glloadtests.
  • Set up to build loadtest apps for arm64 in Windows CI. Disabled because
    the Windows SDK chosen by CMake does not contain a needed library and
    I have yet to find a way to force selection of the latest SDK which includes it.
  • Set up x86_64 macOS CI builds to use Brew-installed dependencies.

Other items emerged during this work.

  • Fix Windows' loadtest apps to find their resources when run.
  • Fix inability to debug libktx on Windows caused by both ktx.exe and ktx.dll
    trying to use ktx.pdb.
  • Fix syntax error in tag selection in Actions .yml files.

To build for arm64 without adding another SDL, assimp
and glew to other_lib.

* Fix location of testimages for installed app.

* Rationalize include directories for appfwSDL and GLAppSDL.

Required because my x64 Windows laptop has become too slow
for practical use.
Fix error in tag filter in all workflow files.
ls WinSDK to help debug glu32.lib issue.
Add more logging. Clean up.
Remove CPU_ARCHITECTURE hack from SDL2_FOUND.
Use major version to decide directory to list.

Add retry loop around NSIS install.
Silence errors on ls commands so script doesn't fail when no file.
- Print message about existence of CMP049.
- Modify error action on ls in build_win.ps1
- REQUIRE OpenGL.
- Add warning comment about genexes.
@MarkCallow MarkCallow merged commit 84ee59d into main Nov 12, 2023
14 checks passed
@MarkCallow MarkCallow deleted the loadtest_allow_local_packages branch November 12, 2023 23:19
KaperD pushed a commit to KaperD/KTX-Software that referenced this pull request Feb 22, 2024
…KhronosGroup#799)

to allow building on Windows arm64 without adding more binaries to
`other_lib`.

* Rationalize include file search directories for appfwSDL, GLAppSDL
   and glloadtests.
* Set up to build loadtest apps for arm64 in Windows CI. Disabled
   because the Windows SDK chosen by CMake does not contain a
   needed library and I have yet to find a way to force selection of
   the latest SDK which does include it.
* Set up x86_64 macOS CI builds to use Brew-installed dependencies.

Other items emerged during this work.

* Fix Windows' loadtest apps to find their resources when run.
* Fix inability to debug libktx on Windows caused by both `ktx.exe`
  and `ktx.dll` trying to use `ktx.pdb`.
* Fix syntax error in tag selection in Actions .yml files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant